home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-
- <!DOCTYPE dialog SYSTEM "chrome://switchproxy/locale/locale.dtd">
-
- <dialog buttons="accept"
- id="switchproxy-options-dialog"
- ondialogaccept="return saveOptions();"
- onload="initOptions()"
- title="Switch Proxy Options"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://switchproxy/content/globals.js"></script>
- <script type="application/x-javascript" src="chrome://switchproxy/content/options/options.js"></script>
- <script type="application/x-javascript" src="chrome://switchproxy/content/proxy.js"></script>
-
- <groupbox style="width: 200px;">
- <caption label="&prefs.general;"/>
- <checkbox id="switchproxy.display.toolbar" label="&prefs.general.toolbar;" checked="true" />
- <checkbox id="switchproxy.display.context" label="&prefs.general.context;" checked="true" />
- <checkbox id="switchproxy.display.statusbar" label="Show in Status Bar" checked="true" />
- <!-- <checkbox id="switchproxy.tabs.manager" label="Allow the use of different proxies in different tabs & windows." checked="true" /> -->
- </groupbox>
-
- <groupbox style="width: 200px;">
- <caption label="&prefs.switch;"/>
- <checkbox id="switchproxy.clear.cookies" label="&prefs.switch.cookies;" checked="false" />
- <checkbox id="switchproxy.reload.tab" label="&prefs.switch.refresh;" checked="true" />
- </groupbox>
-
- <button label="&common.manage.label;" oncommand="switchproxy_openProxyManager()" />
- </dialog>
-